Interactive maps with web standards
Guenter Richter
2011
In the following pages you will find some examples of the different ways to integrate interactive HTML5 SVG mashups created with iXmaps into arbitrary HTML pages.
<LEGENDITEM type="theme" id="pop" name="Popolazione 1991 - 2001 (confronto)"
icon="barchart_icon"
onactivate="map.Api.newMapTheme('com2001_s|com2001_s-s','N6|N5','',
'type:CHART|BAR|3D|SIZE|SPACED|SEQUENCE|TRENDLINE|SUM;
colorscheme:#F5E4D0,#E5a93F;
dbtable:TavPopLegaleComuniIta;
lookupfield:N4;
scale:2.0;',
'Popolazione 1991-2001','1991|2001')"
/>
Basilicata Abruzzo Basilicata Calabria Campania Emilia-Romagna Friuli-Venezia Giulia Lazio Liguria Lombardia Marche Molise Piemonte Puglia Sardegna Sicilia Toscana Trentino-Alto Adige Umbria Valle d'Aosta Veneto
This is a slide with just text. This is a slide with just text. This is a slide with just text. This is a slide with just text. This is a slide with just text. This is a slide with just text.
There is more text just underneath with a code sample: 5px.
This is a slide with just text. This is a slide with just text. This is a slide with just text. This is a slide with just text. This is a slide with just text. This is a slide with just text.
There is more text just underneath with a code sample: 5px.
Any element with child nodes can build.
It doesn't have to be a list.
| Name | Occupation |
|---|---|
| Luke Mahé | V.P. of Keepin’ It Real |
| Marcin Wichary | The Michael Bay of Doodles |
| Name | Occupation |
|---|---|
| Luke Mahé | V.P. of Keepin’ It Real |
| Marcin Wichary | The Michael Bay of Doodles |
<script type='text/javascript'>
// Say hello world until the user starts questioning
// the meaningfulness of their existence.
function helloWorld(world) {
for (var i = 42; --i >= 0;) {
alert('Hello ' + String(world));
}
}
</script>
<style>
p { color: pink }
b { color: blue }
u { color: 'umber' }
</style>
<script type='text/javascript'>
// Say hello world until the user starts questioning
// the meaningfulness of their existence.
function helloWorld(world) {
for (var i = 42; --i >= 0;) {
alert('Hello ' + String(world));
}
}
</script>
<style>
p { color: pink }
b { color: blue }
u { color: 'umber' }
</style>
The best way to predict the future is to invent it.
A distributed system is one in which the failure of a computer you didn’t even know existed can render your own computer unusable.